import type { CSSProperties, ReactNode } from 'react'; type CellProps = { children?: ReactNode; className?: string; 'data-testid'?: string; colSpan?: number; style?: CSSProperties; }; export declare const Cell: import("react").ForwardRefExoticComponent>; export {}; //# sourceMappingURL=Cell.d.ts.map